Release 10.1A: OpenEdge Data Management:
SQL Reference
WHERE clause
Specifies a search condition that applies conditions to restrict the number of rows in the result table. If the query expression does not specify a
WHEREclause, the result table includes all the rows of the specified table reference in theFROMclause.Syntax
search_conditionApplied to each row of the result table set of the
ExampleFROMclause. Only rows that satisfy the conditions become part of the result table. If the result of the search_condition isNULLfor a row, the row is not selected. Search conditions can specify different conditions for joining two or more tables.For customers with orders, retrieve their names and order info:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |